OnClear Method (CollectionBase<T>)
Performs additional custom processes when clearing the contents of the
System.Collections.CollectionBase instance.
protected override void OnClear()
'Declaration
Protected Overrides Sub OnClear()
'Usage
Dim instance As CollectionBase(Of T)
instance.OnClear()